fix(ui): preview mode show the pr number#2018
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughModifies AppHeader.vue: removes the previous desktop PR link that rendered whenever Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
app/components/AppHeader.vue
Outdated
| class="sm:hidden" | ||
| > | ||
| <span class="text-xs px-1.5 py-0.5 rounded badge-green font-sans font-medium ms-2"> | ||
| PR #{{ prNumber }} |
There was a problem hiding this comment.
if we're internationalizing this feature, maybe "PR" should be translated as well?
There was a problem hiding this comment.
IMO, those who see this information on the page are usually redirected through a Premiere Pro (PR) preview link. I assume that those familiar with these operations are developers, and based on this assumption, PR seems to be a very clear abbreviation, so I don't think it needs to be translated.
Of course, if you feel this reason is insufficient, we can continue to discuss it.
There was a problem hiding this comment.
Premiere Pro
What xD
if we're internationalizing this feature, maybe "PR" should be translated as well?
I think it's ok not being translated, I couldn't find it anywhere else translated, or with the current desktop version of this feature - but we can always translate it in a follow up!
🔗 Linked issue
#1729
🧭 Context
#1729 Mobile devices are not handled.
📚 Description